From d984f30295a0f54f699fa976ed128f48ed5c4b96 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Wed, 1 Apr 2009 19:13:46 +0000 Subject: [PATCH] Document $wgDisableAnonTalk --- includes/DefaultSettings.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index d48a4cc346..67d1f9b698 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1852,7 +1852,13 @@ $wgShowEXIF = function_exists( 'exif_read_data' ); * uploads do work. */ $wgRemoteUploads = false; + +/** + * Disable links to talk pages of anonymous users (IPs) in listings on special + * pages like page history, Special:Recentchanges, etc. + */ $wgDisableAnonTalk = false; + /** * Do DELETE/INSERT for link updates instead of incremental */ -- 2.20.1